﻿<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
  "http://www.w3.org/TR/html4/strict.dtd">
<html lang="pl">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Otwieranie nowego okna przeglądarki</title>
  </head>
<body>
  <div id="divParametry">
    <label for="tfAdres">Adres</label>
    <input type="text" id="tfAdres" />
    <label for="tfWysokosc">Szerokość</label>
    <input type="text" id="tfSzerokosc" />
    <label for="tfWysokosc">Wysokość</label>
    <input type="text" id="tfWysokosc" />
    <label for="tfNazwa">Nazwa</label>
    <input type="text" id="tfNazwa" />
    
    <label for="chbPasekStanu">Pasek stanu</label>
    <input type="checkbox" id="chbPasekStanu" />
    <label for="chbPasekAdresu">Pasek adresu</label>
    <input type="checkbox" id="chbPasekAdresu" />
    <label for="chbPasekMenu">Pasek menu</label>
    <input type="checkbox" id="chbPasekMenu" />
    <label for="chbPasekNarzedziowy">Pasek narzędziowy</label>
    <input type="checkbox" id="chbPasekNarzedziowy" />
    <label for="chbPasekUstawienOsobistych"
      >Pasek ustawień osobistych</label>
    <input type="checkbox" id="chbPasekUstawienOsobistych" />
    <label for="chbPaskiPrzewijania">Paski przewijania</label>
    <input type="checkbox" id="chbPaskiPrzewijania" />
    <label for="chbZmianaRozmiarow">Zmiana rozmiarów</label>
    <input type="checkbox" id="chbZmianaRozmiarow" />
    
    <input type="button" value="Otwórz" id="btnOtworz"
           onclick="btnOtworzClick();" />
  </div>
</body>
</html>
